Release 10.1A: OpenEdge Development:
Messaging and ESB
setReplyTimeToLive procedure
Sets the time to live value (in milliseconds) of the reply messages when the Message Consumer is passed to the requestReply procedure.
Syntax
Applies to
Message Consumer objects
Notes
- Time to live is the number of milliseconds from the time the message is sent to the time the SonicMQ Broker can delete the message from the system.
- A value of 0 means the message never expires.
- The default is JMS-system-dependent; the SonicMQ default value is 0.
- The
replyTimeToLivevalues can be set only once. The fractional part of the decimal value is truncated. If the value does not fit in a Javalongvalue, Java rules for decimal-to-long conversion apply.See also
setReplyPersistency procedure, getReplyPersistency function, setReplyPriority procedure, getReplyPriority function, setReplyTimeToLive procedure, getReplyTimeToLive function, setReplyAutoDelete procedure, getReplyAutoDelete function
For more information, see the "Accessing message handler information" section and the "Setting reply properties" section.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |